home *** CD-ROM | disk | FTP | other *** search
/ Aminet 37 / Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso / Aminet / dev / basic / blitzgtfix.lha / BlitzGTFix / UpdateAcidlibs < prev    next >
Text File  |  2000-04-26  |  430b  |  17 lines

  1. ; $VER blitzgtfix 20th April 2000
  2. ; Now uses changelib instead of the crappy split/remake/copy/delete thing
  3.  
  4. failat 20
  5.  
  6. echo "This script will update your acidlibs file to include the new"
  7. echo "gadtools library. This will replace your old acidlibs file. I"
  8. echo "take no responsibility for anything. MAKE SURE YOU HAVE BACKUPS!"
  9.  
  10. ask "Do you want to install this update (y/n)?"
  11.  
  12.  
  13. if warn
  14.    changelib progdir: bbgtlib.obj
  15. endif
  16.  
  17.